vcFeedOptionFlowInfo
Feed option flow info indicates an expanded direction (inexact location) in product flow. Used by product feed objects, to be matched with Need objects available in simulation.
See in: Overview
Module: vcProcessModel
Parent: -
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| FlowStep | vcProcessFlowStep | RW | Gets or sets process flow step. |
| Group | vcProcessGroup | RW | Gets or sets process group object. In case a custom Id is used for group Id, this will be None. |
| GroupId | String | R | Gets process group's Id inside the flow step. Alternatively, user can use empty string to indicate that any matching process group is fine. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| new | vcFeedOptionFlowInfo | None | Creates an empty feed option flow info object. |
| setGroupWithId | None | String groupId | Sets group Id and group properties to match.See moreIf a custom Id is used, group is set to None. If the new process group cannot be found in the current flow step, flow step is set to None." Parameters: groupId(string): New group Id value. |